home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / driver / status < prev   
Text File  |  2001-04-06  |  545b  |  19 lines

  1. NAME
  2.         status
  3.         status tables
  4.         status swap
  5.         status malloc
  6.  
  7. DESCRIPTION
  8.         This command is hardcoded into the drivers input routine.
  9.         It displays information about the run status of the system.
  10.         If the O_IS_WIZARD flag is used in the mudlib (i.e. if
  11.         set_is_wizard() was called), this command is allowed only for
  12.         users that have this flag set.
  13.  
  14. HISTORY
  15.         3.2.7 added the 'status malloc' variant.
  16.  
  17. SEE ALSO
  18.         malloc(D), memory(C), objects(C), debug_info(E), set_is_wizard(E)
  19.